#written by Zane C. Bowers =head1 NAME .lugtools - =head1 SYNOPSIS This is the config file that contains the necesary info for the various lug tools to work. The default config file is ~/.lugtools. =head1 FILE FORMAT variable=value The config file is a bourne shell include that contains needed variables. You can do any thing in it you can do in shell, but unless you are truely certian about what you are doing, it is suggested you just follow the variable=value format. The variables are case sensitive. =head1 VARIABLES =item BIND This is the DN to bind to the LDAP server as. =item PASSWDFILE This is the file containing the password for the bind. =item USERBASE The base DN for users. =item GROUPBASE The base DN for groups. =item UIDstart The UID to start checking for a unused one at. =item GIDstart The GID to start checking for a unused one at. =item DEFAULTshell The defualt shell for a user unless other wise specified. =item HOMEproto The prototype for the home directory. %%USERNAME%% is replaced with the username. =item SKELETONHOME The skeleton directory for new users. =item CHMODHOME Numeric chmod arg to pass to chmod when the user directory is created. =item BACKUP Wether or not to backup the users home directory. The accepted values are "true" or "false" and are case sensitive. =item PGROUPREMOVE Wether or not to backup the users primary group. The default is true, if not defined. The accepted values are "true" or "false" and are case sensitive. =item CREATEHOME Create the users home directory. The default is true, if not defined. The accepted values are "true" or "false" and are case sensitive. =item USERaction The default action to take for the B<-u> flag for lgmod(1). The accepted values are "add" or "remove". The default is "add". =head1 SEE ALSO luadd(1),lurm(1),lpwo(1),lgadd(1),lgrm(1),lgmod(1) =cut